home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / xnview / XnView-win.exe / {app} / Compressed [silver] / pixnview.css < prev    next >
Cascading Style Sheet File  |  2007-07-24  |  1KB  |  77 lines

  1. a:link, a:visited {
  2.   color: #999;
  3.   background: #000;
  4.   text-decoration: none;
  5. }
  6. a:active, a:hover {
  7.   color: #999;
  8.   background: #000;
  9.   text-decoration: underline;
  10. }
  11. body {
  12.   margin-left: 20px;
  13.   margin-top: 10px;
  14.   color: #999;
  15.   background: #000;
  16.   font-size: 80%;
  17. }
  18. body, h1, h2, td, a {
  19.   font-family: verdana, helvetica, arial, sans-serif;
  20. }
  21. div.credit {
  22.   margin-top: 1em;
  23.   font-style: italic;
  24.   font-size: 85%;
  25. }
  26. div.credit a:link, div.credit a:visited {
  27.   text-decoration: underline;
  28. }
  29. div.infobottom {
  30.   padding-top: 0.4em;
  31.   margin-top: 0.5em;
  32. }
  33. div.infotop {
  34.   border-bottom: 1px solid #999;
  35.   padding-bottom: 0.5em;
  36.   margin-bottom: 0.1em;
  37. }
  38. div.main {
  39.   margin-left: 50px;
  40.   margin-top: 30px;
  41.   white-space: nowrap;
  42. }
  43. div.pic {
  44.   padding: 5px 0 0 0;
  45. }
  46. h1 {
  47.   font-size: 180%;
  48.   font-weight: normal;
  49. }
  50. h2 {
  51.   color: #fff;
  52.   background: #000;
  53.   font-size: 160%;
  54.   font-weight: normal;
  55. }
  56. img, table, td {
  57.   border: none;
  58. }
  59. img {
  60.   margin-right: -4px;
  61. }
  62. td {
  63.   color: #fff;
  64.   background: #000;
  65.   font-size: 85%;
  66.   text-align: center;
  67.   vertical-align: bottom;
  68. }
  69. select, input {
  70.   color: #999;
  71.   background: #000;
  72.   border: 1px solid #999;
  73. }
  74. input {
  75.   cursor: pointer;
  76. }
  77.